From: Jochen Sprickerhof Date: Mon, 1 Dec 2014 09:43:25 +0000 (+0100) Subject: Remove --parallel from dh X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~219 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=cbf858574042182d19fc9d8cd32d52b7005ddb22;p=pcl.git Remove --parallel from dh hopefully fixes build on i386 buildd --- diff --git a/debian/changelog b/debian/changelog index 3cfe68d3..e77ba10a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pcl (1.7.2-6) unstable; urgency=medium + + * Remove --parallel from dh to fix build on i386 buildd. + + -- Jochen Sprickerhof Mon, 01 Dec 2014 10:46:10 +0100 + pcl (1.7.2-5) unstable; urgency=medium [Leopold Palomo-Avellaneda] diff --git a/debian/rules b/debian/rules index 303ac45b..623282e7 100755 --- a/debian/rules +++ b/debian/rules @@ -87,7 +87,7 @@ override_dh_installchangelogs: %: - dh $@ --parallel --builddirectory=build + dh $@ --builddirectory=build get-orig-source: